golang.org/x/text/cases.context.writeBytes (method)
7 uses
golang.org/x/text/cases (current package)
context.go#L102: func (c *context) writeBytes(b []byte) bool {
context.go#L131: return c.writeBytes(c.src[c.pSrc : c.pSrc+c.sz])
map.go#L525: c.writeBytes(b[:sz])
map.go#L602: if !c.writeBytes(d[:1]) {
map.go#L609: return c.writeString("\u0307") && c.writeBytes(d[1:])
map.go#L753: return c.writeString("i") && c.writeBytes(c.src[start:c.pSrc]) // ignore U+0307
map.go#L768: return c.writeString("ı") && c.writeBytes(c.src[start:c.pSrc+c.sz]) && done
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)